This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Solved - Calendar - all months 4th-11th entries not showing ~Fritz Elnuader 3.Dec.03 06:18 PM a Web browser Applications Development 6.0.2 CF2All Platforms
I was using:
@Explode(@TextToTime(@Text(StartDate) + "-" + @Text(Date))))
and then in the first column on the calendar I used @TextToTime(daterange)
instead of
@TextToTime(@Explode(@TextToTime(@Text(StartDate) + "-" + @Text(Date))))
and then just daterange in the first calendar column.
Works fine now, but I'm still not sure why all entries except the 4th-11th showed up??